web3.js@0.2x.x web3.eth.iban.fromBban
code:example.js
var i = web3.eth.iban.fromBban('ETHXREGGAVOFYORK');
console.log(i.toString()); // "XE81ETHXREGGAVOFYORK"
参考
https://github.com/ethereum/wiki/wiki/JavaScript-API#web3ethibanfrombban
#web3.js@0.2x.x
#web3.js